home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 3710 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.1 KB

  1. Path: news.ultranet.com!usenet
  2. From: "Albert P. Belle Isle" <belleisl@cerberus-sys.com>
  3. Newsgroups: alt.winsock,alt.winsock.trumpet,comp.dcom.modems
  4. Subject: Re: Comm Overrun Errors -  A Possible Solution
  5. Date: 2 Feb 1996 14:50:12 GMT
  6. Organization: Cerberus Systems, Inc.
  7. Message-ID: <4et8b4$1k9@caesar.ultra.net>
  8. References: <4emn1a$5ba@trojan.neta.com> <4esm85$qd2@fountain.mindlink.net>
  9. NNTP-Posting-Host: apb-p5-90.cerberus-sys.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  14.  
  15. dennis_goos@mindlink.bc.ca (dennis goos) wrote:
  16. >
  17. >Following a tip from someone else,I disabled 32-bit access (in control panel
  18. >-virtual memory] and ALL the comm overruns that had been occurring after I
  19. >replaced Win3.11 with WFWG disappeared. 
  20. >I wish I knew why !
  21.  
  22.  
  23. Dennis:
  24.  
  25. One cause of tardy system response to com port Interrupt ReQuests 
  26. (which is what causes overruns) is poorly written 32-bit disk drivers 
  27. which are not completely WD1003-compatible (needed for Windows' caching 
  28. software to work properly).
  29.  
  30. This locks-out IRQs of lower priority than the disk IRQ (like com port 
  31. interrupts) for an inordinately long time, when it arbitrarily decides to 
  32. dump-to-disk a large write-behind cache it's been saving for the middle 
  33. of your most critical large file download.
  34.  
  35. While awaiting longer term fixes by upgrading disk-drivers (or BIOS, or 
  36. disk), you can get some relief by turning off write-behind caching (for 
  37. VCACHE in WFWG and SMARTDRV in Win), but it sounds like you need to 
  38. upgrade your disk setup.
  39.  
  40. You might want to take a look at the OVERRUNS section of the below-listed 
  41. FAQ for a little more detail, or at John Navas' excellent Modem FAQ for a 
  42. lot (see my FAQ's LINKS section).
  43.  
  44. Windows for Workgroups is a vastly more powerful OS than Windows, and was 
  45. used as the test-bed for many of the features of the "Chicago" project 
  46. (which became Win4/DOS7 - marketed as "Windows 95").
  47.  
  48. It's a true pre-emptive multi-tasking system for DOS-window applications, 
  49. for instance. (It still has crummy old "cooperative" multi-tasking for 
  50. Windows apps, however.) It also has a much higher speed (Ring-0) "virtual 
  51. device driver" (VxD) for its com ports, for which its "comm.drv" is just 
  52. a (Ring-3) front-end to provide compatibility with older Windows 
  53. applications. (Which is why "improved," 3rd-party comm.drv replacements 
  54. for regular Windows shouldn't be used with WFW.)
  55.  
  56. Its 32-bit file- and disk-access features (also using high-speed VxDs) 
  57. are a pretty potent performance enhancement to surrender because of an 
  58. out-of-date disk driver or BIOS. Next to the amount of RAM (which 
  59. substitutes for disk), disk speed is the biggest factor in system speed 
  60. (far more than CPU speed for most applications.)
  61.  
  62. Even if you need a new disk, today's prices are pretty low, especially if 
  63. you go for speed without the largest possible size.
  64.  
  65. Regards,
  66.  
  67. Al
  68.  
  69. -- 
  70. ==================================================================
  71. Albert P. Belle Isle
  72. Cerberus Systems, Inc.
  73.  
  74. Al's Winsock Tuning FAQ -
  75.        http://www.cerberus-sys.com/~belleisl/mtu_mss_rwin.html
  76. ==================================================================
  77.  
  78.  
  79.